TableEntryListItem(Int32, PropertyType) Property

Gets the TableEntry with the specified tag.

Definition

Namespace: Independentsoft.Pst
Assembly: Independentsoft.Pst (in Independentsoft.Pst.dll) Version: 1.2.900.17830
C#
public TableEntry this[
	int tag,
	PropertyType type
] { get; }

Parameters

tag  Int32
The tag.
type  PropertyType
The type.

Return Value

TableEntry
TableEntry.

See Also